@charset "utf-8";

html {
    font-size: 62.5%;
    /*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_i1cbx18lpji.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_i1cbx18lpji.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_i1cbx18lpji.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_i1cbx18lpji.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_i1cbx18lpji.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_i1cbx18lpji.svg#after') format('svg'); /* iOS 4.1- */
}

body {
    margin: 0;
    padding: 0;
    text-align: left;
    color: #001200;
    font-size: 1.3rem;
    /*1.6 × 10px = 16px */
    font-family: "Microsoft YaHei", Arial, helvetica, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

main { min-height: 500px; }


.web-font{
    font-family:"webfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --prop: 1;
    --base_color: #e60013;
}

.base_color {
    color: var(--base_color) !important;
}

.base_bg {
    background: var(--base_color) !important;
}

.imgbox img.img-fluid { width: 100%; min-height: 100%; }

.rounded-10 { border-radius: 10px; }
.rounded-30 { border-radius: 30px; }


.layui-layer-btn .layui-layer-btn0 {
    color: #fff !important;
}

.layui-layer {
    max-width: 96%;
}

.swiper-pagination { outline: none; }
.swiper-pagination span { cursor: pointer; }


a {
    transition: all 0.3s;
}

a:link {
    color: #001200;
    text-decoration: none
}

a:visited {
    color: #001200;
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

img {
    border: 0px;
}

input {
    outline: none;
}

ul,
li,
dl,
dt,
dd {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

canvas {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
}

.dv {
    display: inline-block !important;
    vertical-align: middle;
}

.mr_10 {
    margin-right: 10px;
}



.imgbox img.img-fluid { width: 100%; min-height: 100%; }

.imgbox {
    position: relative;
    overflow: hidden;
}

.imgbox:after {
    content: '';
    display: block;
}

.imgbox img,
.imgbox video,
.imgbox div.contbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.imgbox_4_3,
.imgbox_1_1 {
    background: #fff;
}

.imgbox_3_1:after {
    margin-top: 33.3333%;
}

.imgbox_5_2:after {
    margin-top: 40%;
}

.imgbox_2_1:after {
    margin-top: 50%;
}

.imgbox_5_3:after {
    margin-top: 60%;
}

.imgbox_1147_484:after {
    margin-top: 42.2%;
}

.imgbox_4_3:after {
    margin-top: 75%;
}

.imgbox_1_1:after {
    margin-top: 100%;
}

.imgbox_4_3 video {
    width: 100% !important;
    margin: 0 auto;
    display: block;
}

.valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-wrapper .img-fluid {
    margin: 0 auto !important;
}

.ImgScale img,
.ImgScale i {
    transition: all 0.3s;
}

.ImgScale:hover img,
.ImgScale:hover i {
    transform: translate(-50%, -50%) scale(1.05);
}

.IScale i,
.IScale img {
    transition: all 0.3s;
}

.IScale:hover i,
.IScale:hover img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.rotateY:before {
    transform: rotateY(180deg);
}

.fs12 {
    font-size: 1.2rem;
}

.fs13 {
    font-size: 1.3rem;
}

.fs14 {
    font-size: 1.4rem;
}

.fs15 {
    font-size: 1.5rem;
}

.fs16 {
    font-size: 1.6rem;
}

.fs17 {
    font-size: 1.7rem;
}

.fs18 {
    font-size: 1.8rem;
}

.fs20 {
    font-size: 2.0rem;
}

.fs22 {
    font-size: 2.2rem;
}

.fs24 {
    font-size: 2.4rem;
}

.fs26 {
    font-size: 2.6rem;
}

.fs28 {
    font-size: 2.8rem;
}

.fs30 {
    font-size: 3rem;
}

.fs32 {
    font-size: 3.2rem;
}

.fs36 {
    font-size: 3.6rem;
}

.fs38 {
    font-size: 3.8rem;
}


.fs40 {
    font-size: 4.0rem;
}

.fs45 {
    font-size: 4.5rem;
}

.fs46 {
    font-size: 4.6rem;
}

.fs55 {
    font-size: 5.5rem;
}

.fs60 {
    font-size: 6.0rem;
}

.fs68 { font-size: 6.8rem; }

.fs90 { font-size: 9.0rem; }

.fs100 { font-size: 10.0rem; }

.op6 {
    opacity: 0.6;
}

.op8 {
    opacity: 0.8;
}

.py-6 {
    padding: 6rem 0;
}

.py-7 {
    padding: 7rem 0;
}

.py-8 {
    padding: 8rem 0;
}


.iconfont.fs12 {
    font-size: 1.2rem;
}

.iconfont.fs16 {
    font-size: 1.6rem;
}


.iconfont.fs20 {
    font-size: 2.0rem;
}

.iconfont.fs30 {
    font-size: 3.0rem;
}

.iconfont.fs40 {
    font-size: 4.0rem;
}

.iconfont.fs50 {
    font-size: 5.0rem;
}

.iconfont.fs60 {
    font-size: 6.0rem;
}

.iconfont.fs70 {
    font-size: 7.0rem;
}

.iconfont.fs85 {
    font-size: 8.5rem;
}
.lh-16 {
    line-height: 1.6;
}

.lh-20 {
    line-height: 2;
}

.lh-24 {
    line-height: 2.4;
}

/*PAGE
----------------------------------------*/

.share_to {
    display: inline-block;
    line-height: 30px;
}

.share_to a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}

.share_to a i {
    font-size: 2.6rem;
}

.share_to a:hover {
    background: #f00 !important;
}

.share_to a:nth-child(1) {
    background: #ff6600;
}

.share_to a:nth-child(2) {
    background: #3dc464;
}

.share_to a:nth-child(3) {
    background: #d54135;
}

.share_to a:nth-child(4) {
    background: #1493d0;
}

.share_to a:nth-child(5) {
    background: #f8b500;
}

.de-page-mian {
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin: 10px 0 35px;
}

.de-page-mian .page-inner {
    display: inline-block;
    overflow: hidden;
}

.de-page-mian .page-inner a {
    display: block;
    float: left;
    min-width: 26px;
    padding: 0 5px;
    height: 36px;
    border: 1px solid #dddddd;
    background: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin-right: -1px;
    overflow: hidden;
}

.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
    color: #fff;
    border-color: var(--base_color);
    background: var(--base_color);
}

.de-page-mian .page-inner a.prev {
    margin-right: 10px;
    background: #fff url(../images/prev.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev.on {
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.prev:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.next {
    margin-left: 10px;
    margin-right: 15px;
    background: #fff url(../images/next.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next.on {
    background: #fff url(../images/next-hover.jpg) no-repeat center;
}

.de-page-mian .page-inner a.next:hover {
    background-color: #fff;
    border-color: #dddddd;
}

.de-page-mian .page-inner a.page-btn {
    font-size: 12px;
    margin-right: 0;
    width: 63px;
    margin-left: 10px;
}

.de-page-mian .page-inner span {
    display: block;
    font-size: 12px;
    color: #333;
    float: left;
    line-height: 38px;
}

.de-page-mian .page-inner input {
    display: block;
    float: left;
    height: 36px;
    width: 36px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    margin: 0 5px;
}

.prev_next li .box {
    border: 1px dotted #ccc;
    color: #000;
    border-radius: 3px;
    transition: all 0.3s;
}

.prev_next li .box:hover {
    background: var(--base_color);
    color: #fff;
}

.prev_next li .box:hover a {
    color: #fff;
}

/* Header
----------------------------------------*/

#banner_name_box_w .logo,
#banner_name_box_w .nav_box a {
    height: 100px;
    line-height: 100px;
}

#header_index .mainNav a { color: #fff; }
#header_index .mainNav a:hover { color: #fff; }

.mainNav:before { content: ""; display: inline-block; background-color: rgba(0,0,0,0.2); width: 200px; height: 1px; position: absolute; left: -180px; top: 35px; z-index: 9;  }

#header_index .mainNav:before { background-color: rgba(255,255,255,0.2); }

.mainNav a.active{
    font-weight: bold;
    transition: all 0.3s;
}

.mainNav a:hover{
    transform: scale(1.1);
}



/*NAV*/

#banner_box {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: var(--base_h);
}

/*BANNER*/

.location a {
    color: #fff;
}

.location a:hover {
    color: #926436;
}

/*LOCATION*/


#sider .title:after {
    background: #fff;
    content: "";
    width: 40px;
    height: 4px;
    display: block;
    margin: 10px auto;
}


/* Footer
----------------------------------------*/

#index .page-footer {
    background: #ffffff;
}

.page-footer {
    overflow: hidden;
    position: relative;
    color: #908b8b;
    background: #ffffff;
}

.page-footer a {
    color: #908b8b;
}

.page-footer a:hover {
    color: #f00;
}

#page-footer-gt {
    z-index: 9;
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    background-color: var(--base_color);
    color: #fff;
}

#page-footer-gt ul li {
    width: 25%;
    text-align: center;
    float: left;
    color: #fff;
    transition: all 0.3s;
    box-sizing: border-box;
}

#page-footer-gt ul li a {
    color: #fff;
    width: 100%;
    height: 70px;
    display: block;
}

#page-footer-gt ul li i {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
}

#page-footer-gt ul li:nth-child(1) i {
    background: url(../images/e1.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(2) i {
    background: url(../images/e2.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(3) i {
    background: url(../images/e3.png);
    background-size: 100%;
}

#page-footer-gt ul li:nth-child(4) i {
    background: url(../images/e4.png);
    background-size: 100%;
}

#page-footer-gt.five ul li {
    width: 20% !important;
}

#page-footer-gt.five ul li.back {
    padding: 10px 0;
}


.page-footer input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #2f2f31;
}
.page-footer input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #2f2f31;
}
.page-footer input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #2f2f31;
}
.page-footer input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #2f2f31;
}

/*FOOTER*/

/*INDEX*/

.in_title {
    max-width: 100%;
    color: #000;
}

.in_line {
    width: 90px;
    height: 10px;
    display: block;
    margin: 2rem auto;
    margin: calc(var(--prop) * 2rem) auto;
    background: url(../images/in_title_line.png) center no-repeat;
}

.more a { color: #0a2b5e; }

.more a i { display: inline-block; vertical-align: middle; width: 55px; height: 1px; background-color: #0a2b5e; position: relative; transition: all 0.3s;}

.more a i:after { content: ""; display: block; width: 12px; height: 12px; border-radius: 50%; border: 1px solid #0a2b5e; position: absolute; right: -4px; top: -6px; transition: all 0.3s;}

.more a:hover { color: #926436; }
.more a:hover i { width: 75px;}
.more a:hover i:after { width: 16px; height: 16px; position: absolute; right: 60px; top: -8px; }


.productShow a i { background-color: #ffffff; }
.productShow a i:after { border: 1px solid #ffffff; }


#index_about {
    background: url(../images/index/box1_bg.jpg) center no-repeat #fff;
}

.web_name:after { content: ""; display: block; width: 99px; height: 2px; background-color: #fea033; margin-top: 20px; margin-left: -30px; }

.web_qyys:after { content: ""; display: inline-block; vertical-align: middle; width: 99px; height: 2px; background-color: #fea033; margin-left: 20px; }

.pro_title:after { content: ""; display: block; width: 99px; height: 2px; background-color: #fea033; margin: 20px 0; }



#index_product {
    background: url(../images/index/box2_bg.jpg) center no-repeat #fff;
    background-size: cover;
}


#index_product .in_type { position: relative; }

.in_type:before { content: ""; display: inline-block; background-color: #fea033; width: 103px; height: 2px; position: absolute; left: -120px; top: 25px; z-index: 9; }

.in_type a:hover { color: #926436 !important; }

#index_cpys li { transition: all 0.3s; background: url(../images/index/cpys/0.jpg) center no-repeat; background-size: cover;}
#index_cpys li:nth-child(1):hover { background: url(../images/index/cpys/1.jpg) center no-repeat; background-size: cover; }
#index_cpys li:nth-child(2):hover { background: url(../images/index/cpys/2.jpg) center no-repeat; background-size: cover; }
#index_cpys li:nth-child(3):hover { background: url(../images/index/cpys/3.jpg) center no-repeat; background-size: cover; }
#index_cpys li:nth-child(4):hover { background: url(../images/index/cpys/4.jpg) center no-repeat; background-size: cover; }



#index_cpys li a .box { transition: all 0.3s; }
#index_cpys li a:hover .box { transform: scale(1.05); opacity: 0; }

#index_case {
    background: url(../images/index/box3_bg.jpg) center no-repeat #fff;
    background-size: cover;
}

#index_case .caseList li .box { width: calc(100vw / 5); height: calc(100vw / 5); border: 1px solid rgba(255,255,255,0.5); background-color: none; transition: all 0.3s;}

#index_case .caseList li:before{content:''; display:block; width:100%; height:100%;background:#0a2b5e; position:absolute; left:0; top:0; z-index:-1; transition:ease .65s; transform:scale(.5); opacity:0; visibility:hidden; border-radius:50% 0 50% 0;}

#index_case .caseList li:hover a,#index_case .caseList li.on a{color:#1a1818; border-color:#0a2b5e;}
#index_case .caseList li:hover:before,#index_case .caseList li.on:before{transform:scale(1); opacity:1; visibility:visible; border-radius:0;}

#index_case .caseList li:nth-child(2n){top:calc(100vw / 5); margin-top:-1px;}

#index_case .caseImg {width:100%; height:100%; position:absolute; left:0; top:0; z-index: 1;}
#index_case .caseImg .item{background-size:cover; background-repeat:no-repeat; background-position:center center; position:absolute; left:0; top:0; width:100%; height:100%; visibility:hidden; opacity:0; transition:ease 1s; transform:scale(1.2);}
#index_case .caseImg .item.on{visibility:visible; opacity:1; transform:scale(1);}


#index_news {
    background: #ffffff;
}

.in_newslist li a:hover * { color: #0a2b5e !important; }

/*PAGE*/

.text-shadow-sm { text-shadow: 2px 2px 2px rgba(0,0,0,0.5); }
.text-shadow-lg { text-shadow: 2px 2px 2px rgba(0,0,0,1); }

.text-shadow-white-sm { text-shadow: 2px 2px 2px rgba(255,255,255,0.5); }
.text-shadow-white-lg { text-shadow: 2px 2px 2px rgba(255,255,255,1); }

.subClass a { background-color: rgba(219,32,22,0.5);  }
.subClass a:hover,.subClass a.active { background-color: rgba(219,32,22,1); }

/*ABOUT*/

#about_box2 { background-color: #e0ecf8; }

#about_box3 {
    background: url(../images/about/about3_bg.jpg) center no-repeat #fff;
}


/*PRODUCT*/

.pro_main .bg-light { background: #eff0f1 !important; }

.product_up_box { background: url(../images/product/product_bg.jpg) center no-repeat; background-size: cover; }


/*CASE*/

#page_case .caseList li { padding-left: 80px; position: relative; }

#page_case .caseList li:before {
    content: '';
    position: absolute;
    left: 29px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background: #262939;
}

#page_case .caseList li i.num {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 58px;
    height: 58px;
    line-height: 58px;
    background-color: #262939;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: block;
    font-style: normal;
}

/*NEWS CONTENTS PAGE*/

.btn_more a:hover { background: #e70011; color: #fff; } 

.mainInfo iframe {
    width: 100%;
    height: 600px;
}

.mainInfo img {
    max-width: 100%;
    height: auto !important;
}

/*PRODUCTS LIST PAGE*/

.proUL li {
    margin-bottom: 30px;
}

.picUL li {
    margin-bottom: 30px;
}

.picList li {
    transition: all 0.3s;
    border: 1px dotted #efefef;
    box-shadow: 0 0 10px #efefef;
}

.picList li:hover {
    background: #efefef;
}



/*MESSAGE*/

#page_index #c_mess_box input,
#page_index #c_mess_box textarea {
    margin-bottom: 10px !important;
}

#page_mess_box li {
    margin-bottom: 10px;
}


#page_mess_box li label {
    float: left;
    width: 50px;
    line-height: 40px;
}

#page_mess_box li input,#page_mess_box li textarea {
    width: calc(100% - 50px);
    height: 40px;
}


.de-contact .contact-list .lineT {
    border-left: 5px solid var(--base_color);
    padding-left: 10px;
}

.de-contact .contact-list {
    border: 1px solid #efefef !important;
    background: #fafafa;
    border-radius: 10px;
    margin-bottom: 30px;
}

.de-contact .contact-list li {
    margin-bottom: 10px;
}

.de-contact .contact-list ul li div {
    padding-left: 60px;
    color: #595959;
    padding: 15px 15px 15px 60px;
    border-radius: 5px;
}

.de-contact .contact-list ul li div.icon-01 {
    background: url(../images/contact-icon-01.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-02 {
    background: url(../images/contact-icon-02.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-03 {
    background: url(../images/contact-icon-03.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-04 {
    background: url(../images/contact-icon-04.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-05 {
    background: url(../images/contact-icon-05.png) no-repeat 10px 10px #fff;
}

.de-contact .contact-list ul li div.icon-06 {
    background: url(../images/contact-icon-06.png) no-repeat 10px 10px #fff;
}

.contactList i { color: var(--base_color) !important; }

#dituContent {
    height: 520px;
}

.de-job-list {
    overflow: hidden;
    padding-bottom: 19px;
    min-height: 300px;
    padding: 5px 5px;
}

.de-job-list ul li {
    overflow: hidden;
    padding: 20px;
    /*height: 188px;*/
    border: 1px solid #ededed;
}

.de-job-list ul li .job-title {
    float: left;
    width: 260px;
    margin-right: 10px;
}

.de-job-list ul li .job-title h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.de-job-list ul li .job-title p {
    font-size: 16px;
    color: #237ed2;
    line-height: 20px;
    font-weight: bold;
}

.de-job-list ul li .job-title p em {
    font-weight: normal;
    font-size: 12px;
}

.de-job-list ul li .job-info {
    float: left;
    width: 200px;
}

.de-job-list ul li .job-info p {
    font-size: 13px;
    color: #b2b2b2;
    line-height: 20px;
    margin-bottom: 15px;
}

.de-job-list ul li .job-info p span {
    color: #737373;
}

.de-job-list ul li .job-btn {
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #237ed2;
    margin-top: 20px;
}

.de-job-list ul li:hover {
    box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}

.de-job-list ul li:hover .job-btn {
    background: #000;
}

.de-job-list ul li:hover .job-btn {
    display: block;
}

.jobs-info {
    padding: 40px 10px 30px;
    margin-bottom: 28px;
    border-bottom: 1px dashed #ededed;
}

.jobs-info .h3 {
    overflow: hidden;
    margin-bottom: 15px;
}

.jobs-info .h3 .job-name {
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    width: 450px;
}

.jobs-info .h3 .job-price {
    float: right;
    font-weight: bold;
    font-size: 24px;
    color: #237ed2;
    line-height: 1.1;
    max-width: 360px;
}

.jobs-info .h3 .job-price em {
    font-weight: normal;
    font-size: 16px;
}

.jobs-info .p {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
}

.jobs-info .p span {
    color: #595959;
}

.jobs-info .btnn {
    padding-top: 10px;
    overflow: hidden;
}

.jobs-info .btnn a {
    display: block;
    width: 230px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    background: #237ed2;
    font-size: 14px;
}

.jobs-info .btnn a:hover {
    background: #0058b1;
}

.jobs-info-content {
    padding: 0 20px;
    overflow: hidden;
}

.jobs-info-content h3 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

.jobs-info-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.apply-job {
    overflow: hidden;
    margin-top: 20px;
}

.apply-job .job-tr {
    overflow: hidden;
}

.apply-job .job-tr .tr-over {
    overflow: hidden;
}

.apply-job .job-tr .error {
    padding-left: 75px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
}

.apply-job .job-tr .tr-title {
    float: left;
    width: 50px;
    min-height: 20px;
    text-align: right;
    font-size: 14px;
    color: #808080;
    margin-right: 25px;
    line-height: 40px;
}

.apply-job .job-tr .tr-cont {
    float: left;
    width: calc(100% - 100px);
}

.apply-job .job-tr .tr-cont h3 {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    line-height: 40px;
    margin: 0; 
}

.apply-job .job-tr .tr-cont input[type=text] {
    line-height: 38px;
    font-size: 14px;
    color: #333;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont input[name='captcha'] {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100px;
    float: left;
    margin-right: 30px;
}

.apply-job .job-tr .tr-cont .verify {
    cursor: pointer;
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}

.apply-job .job-tr .tr-cont .verify img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.apply-job .job-tr .tr-cont textarea {
    font-size: 14px;
    color: #333;
    display: block;
    height: 170px;
    line-height: 20px;
    padding: 5px 10px;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.apply-job .job-tr .tr-cont.radio-cont {
    line-height: 40px;
}

.apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
    margin-right: 10px;
}

.apply-job .job-tr .tr-cont.radio-cont label {
    margin-right: 30px;
    color: #4c4c4c;
    font-weight: bold;
}

.apply-job .job-tr .tr-cont a.submit {
    display: block;
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #237ed2;
    color: #fff;
    font-size: 15px;
}

.apply-job .job-tr .tr-cont a.submit:hover {
    background: #0058b1;
}

/* 无内容 */
.no-goods,.no-network{
  padding-top:100px;
  overflow: hidden;
  text-align: center;
}
.no-goods img{
  display: block;
  margin:0 auto 30px;
  width:220px;
  max-height: 105px;
}
.no-network img{
  display: block;
  margin:0 auto 30px;
  width:222px;
  height: 160px;
}
.no-goods p,.no-network p{
  font-size:14px;
  color:#666666;
  line-height: 20px;
}
